-- card: 19002 from stack: in.0-2 -- bmap block id: 19776 -- flags: 0000 -- background id: 18737 -- name: WhatIs ----- HyperTalk script ----- -- This handler stores the name of the last card. on goBack go cd "Stacks" of stack "Intro to HyperCard 2.0" end goBack -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=211 top=207 right=250 bottom=261 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- -- This handler plays a Studio1 animation. on mouseUp set cursor to none push card go stack "•HC 2.0-Anim2" doAnimate pop card end mouseUp